github.com/jackc/pgx/v5.Conn.descriptionCache (field)
17 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L502: if sc := conn.descriptionCache; sc != nil {
conn.go#L73: descriptionCache stmtcache.Cache
conn.go#L293: c.descriptionCache = stmtcache.NewLRUCache(c.config.DescriptionCacheCapacity)
conn.go#L403: c.descriptionCache = stmtcache.NewLRUCache(c.config.DescriptionCacheCapacity)
conn.go#L526: if sc := c.descriptionCache; sc != nil {
conn.go#L552: if c.descriptionCache == nil {
conn.go#L555: sd := c.descriptionCache.Get(sql)
conn.go#L561: c.descriptionCache.Put(sd)
conn.go#L910: if c.descriptionCache == nil {
conn.go#L913: sd = c.descriptionCache.Get(sql)
conn.go#L919: c.descriptionCache.Put(sd)
conn.go#L1105: if c.descriptionCache == nil {
conn.go#L1114: sd := c.descriptionCache.Get(bi.SQL)
conn.go#L1132: return c.sendBatchExtendedWithDescription(ctx, b, distinctNewQueries, c.descriptionCache)
conn.go#L1435: if c.descriptionCache != nil {
conn.go#L1436: c.descriptionCache.RemoveInvalidated()
rows.go#L178: if sc := rows.conn.descriptionCache; sc != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)